home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Samples / SampleCode / Plug-in - QuickDraw Renderer / IRS_Update.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-14  |  716 b   |  28 lines  |  [TEXT/CWIE]

  1. /******************************************************************************\
  2.                                                                         
  3.         Module:        IRS_Update.h                                            
  4.                                                                             
  5.         Purpose:     update metahandler functions for QD3D plug-in renderer                                
  6.                                                                         
  7.         Author:        Sun-Inn Shih                                        
  8.                                                                         
  9.         Copyright (C) 1993-96 Apple Computer, Inc.  All rights reserved.    
  10.                                                                             
  11. \*****************************************************************************/
  12. #ifndef IRS_UPDATE_H
  13. #define IRS_UPDATE_H
  14.  
  15. #include <QD3D.h>
  16. #include "IRShell.h"
  17.  
  18. /*
  19.     Matricies
  20. */
  21. TQ3Status IRS_Update_Matrix_localToFrustum(
  22.     TQ3ViewObject             pView,
  23.     irsData                    *irsdata,
  24.     TQ3Matrix4x4            *pData);
  25.     
  26. #endif /* IRS_UPDATE_H */
  27.  
  28.